Drive.isRootDevice

Required: bool representing if the disk will be mounted as the root partition

struct Drive
@serializationRequired
@serializationKeys("is_root_device")
bool isRootDevice;

Meta